home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / nerecenz / business, hobies / QX / QuickEx.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-09-20  |  3KB  |  143 lines

  1. object AboutBox: TAboutBox
  2.   Left = 262
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'About ...'
  6.   ClientHeight = 172
  7.   ClientWidth = 314
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 129
  21.     BevelInner = bvLowered
  22.     BevelOuter = bvNone
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 32
  29.       Height = 32
  30.       AutoSize = True
  31.       Center = True
  32.       Picture.Data = {<image000.ico>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 48
  38.       Top = 8
  39.       Width = 172
  40.       Height = 30
  41.       Caption = 'Quick Exchange'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -27
  45.       Font.Name = 'Arial Narrow'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 232
  52.       Top = 8
  53.       Width = 53
  54.       Height = 13
  55.       Caption = 'Version 1.0'
  56.       IsControl = True
  57.     end
  58.     object Copyright: TLabel
  59.       Left = 48
  60.       Top = 40
  61.       Width = 185
  62.       Height = 13
  63.       Caption = 'Copyright ∩┐╜ 1997 by Popcorn Software'
  64.       IsControl = True
  65.     end
  66.     object Label2: TLabel
  67.       Left = 48
  68.       Top = 104
  69.       Width = 34
  70.       Height = 13
  71.       Caption = 'E-mail :'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clWindowText
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object Label4: TLabel
  80.       Left = 48
  81.       Top = 88
  82.       Width = 37
  83.       Height = 13
  84.       Caption = 'Author :'
  85.     end
  86.     object Label5: TLabel
  87.       Left = 96
  88.       Top = 88
  89.       Width = 72
  90.       Height = 13
  91.       Caption = 'Mark Veronese'
  92.     end
  93.     object Bevel1: TBevel
  94.       Left = 48
  95.       Top = 80
  96.       Width = 225
  97.       Height = 3
  98.       Shape = bsBottomLine
  99.     end
  100.     object Edit1: TEdit
  101.       Left = 48
  102.       Top = 56
  103.       Width = 217
  104.       Height = 13
  105.       TabStop = False
  106.       AutoSelect = False
  107.       AutoSize = False
  108.       BorderStyle = bsNone
  109.       Color = clBtnFace
  110.       Ctl3D = False
  111.       ParentCtl3D = False
  112.       ReadOnly = True
  113.       TabOrder = 0
  114.       Text = 'http://www.powerup.com.au/~marver'
  115.     end
  116.     object Edit2: TEdit
  117.       Left = 96
  118.       Top = 104
  119.       Width = 145
  120.       Height = 13
  121.       TabStop = False
  122.       AutoSelect = False
  123.       AutoSize = False
  124.       BorderStyle = bsNone
  125.       Color = clBtnFace
  126.       Ctl3D = False
  127.       ParentCtl3D = False
  128.       ReadOnly = True
  129.       TabOrder = 1
  130.       Text = 'marver@powerup.com.au'
  131.     end
  132.   end
  133.   object BitBtn1: TBitBtn
  134.     Left = 120
  135.     Top = 144
  136.     Width = 73
  137.     Height = 25
  138.     TabOrder = 1
  139.     OnClick = BitBtn1Click
  140.     Kind = bkOK
  141.   end
  142. end
  143.